home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / compiler / errorn.msg < prev    next >
Text File  |  1998-09-24  |  15KB  |  426 lines

  1. ;
  2. ; Dutch messagefile for Free Pascal Compiler
  3. ;
  4. ; The letters until the _ indicate which type of message will be displayed,
  5. ; they are listed in order of importance, combinations may be made. The
  6. ; default when no type is listed is V_Default (=Error)
  7. ;  F - Fatal Error
  8. ;  E - Error
  9. ;  W - Warning
  10. ;  N - Note
  11. ;  H - Hint
  12. ;  I - Info
  13. ;  L - Linenumber
  14. ;  U - Used
  15. ;  T - Tried
  16. ;  M - Macro
  17. ;  P - Procedure
  18. ;  C - Conditional
  19. ;  D - Debug
  20. ; Special cases:
  21. ;  S - Stop the compiler after displaying the message
  22. ;
  23. ; Warning: When this file is loaded at runtime, the comments are also
  24. ;          loaded to the memory
  25. ;
  26. I_$1 kB vrij
  27. L_$1 lijnen $2 kB vrij
  28. I_$1 stream kB gebruikt
  29. I_$1 EMS kB gebruikt
  30. I_Compiler: $1
  31. I_Units gezocht in: $1
  32. D_Bron OS: $1
  33. I_Doel OS: $1
  34. U_Programma pad: $1
  35. U_GNU C bibliotheek: $1
  36. I_$1 Lijnen gecompileerd, $2 sec
  37. ;
  38. ; Scanner (also scanner part of the assembler)
  39. ;
  40. F_Onverwacht einde van bestand
  41. F_String langer dan lijn
  42. F_illegaal karakter
  43. F_Syntax fout: $2 verwacht in kolom $1
  44. U_Start lezen ingevoegd bestand $1
  45. W_Commentaar niveau $1 gevonden
  46. N_$F directive (FAR) genegeerd
  47. N_Stapel check is globaal onder linux
  48. W_Illegale compiler schakelaar
  49. W_Deze compiler schakelaar heeft ook een globaal effect
  50. E_Illegale karakter constante
  51. F_kan bestand niet openen
  52. F_Kan ingevoerd bestand niet openen $1
  53. E_Te veel $ENDIFs of $ELSEs
  54. W_Record velden kunnen maar op 1,2 of 4 bytes gealigneerd worden.
  55. E_$ENDIF verwacht voor $1 op $2 $3
  56. E_Syntax fout bij het compileren van een conditionele compilatie uitdrukking
  57. E_Evalueren van een conditionele compilatie uitdrukking
  58. W_Macro inhoud is afgsneden op 255 karakters voor evaluatie
  59. E_ENDIF zonder IF(N)DEF
  60. F_Gebruiker definitie: $1
  61. E_Gebruiker definitie: $1
  62. W_Gebruiker definitie: $1
  63. N_Gebruiker definitie: $1
  64. H_Gebruiker definitie: $1
  65. I_Gebruiker definitie: $1
  66. E_Sleutelwoord herdefinieren als macro heeft geen effect
  67. F_Macro buffer overflow bij lezen of expanderen van macro
  68. W_Expansie van macro meer dan 16 niveus diep, waarschijnlijk een recursieve macro
  69. E_compiler schakelaar is niet toegestaan in (* ... *) commentaar
  70. D_Behandel schakelaar "$1"
  71. C_ENDIF $1 gevonden
  72. C_IFDEF $1 gevonden, $2
  73. C_IFOPT $1 gevonden, $2
  74. C_IF $1 gevonden, $2
  75. C_IFNDEF $1 gevonden, $2
  76. C_ELSE $1 gevonden, $2
  77. C_Negeer tot...
  78. I_Druk <return> om voort te gaan
  79. ;
  80. ; Parser
  81. ;
  82. E_Parser - Syntax fout
  83. W_Procedure type FAR genegeerd
  84. W_Procedure type NEAR genegeerd
  85. E_geen DLL File gespecifieerd
  86. E_Constructor naam moet INIT zijn
  87. E_Destructor name moet DONE zijn
  88. E_Illegale open parameter
  89. E_Procedure type INLINE is niet ondersteund
  90. W_Private methodes zijn niet VIRTUAL
  91. E_Constructor mag niet private or protected zijn
  92. E_Destructor mag niet private or protected zijn
  93. N_Class heeft slechts 1 destructor
  94. E_Lokale class definities zijn niet toegestaan
  95. E_Anonieme class definities zijn niet toegestaan
  96. E_Ordinale waarde verwacht
  97. E_Illegale parameter lijst
  98. E_overladen identifieerder is geen functie identifieerder
  99. E_overladen functies hebben identieke parameterlijst
  100. E_functie hoofding klopt niet met voorwaartse declaratie $1
  101. N_Slechts waarden kunnen overgeslagen worden in opsommingstypes
  102. N_Interface and implementatie namen zijn verschillend
  103. E_functie meer dan 31 keer genest
  104. E_Bereikfout bij evalueren constantes
  105. E_Wijzer type verwacht
  106. E_class type verwacht
  107. E_Dubbel case geval
  108. E_Getypeerde constantes van classes zijn niet toegestaan
  109. E_functie variabelen van overladen functie zijn niet toegestaan
  110. E_string lengte moet tussen 1 en 255 liggen
  111. W_Gebruik de uitgebreide syntax van DISPOSE en NEW om nieuwe instanties van classes te genereren
  112. E_class identifieerder verwacht
  113. E_methode identifieerder verwacht
  114. E_function hoofding komt niet overeen met een methode van deze class
  115. P_procedure/functie $1 ($2) op lijn $3
  116. E_Illegale drijvende komma constante
  117. E_FAIL mag slechts in constructors gebruikt worden
  118. E_Destructors hebben geen parameters
  119. E_string types stemmen niet overeen, wegens $V+ modus
  120. E_Alleen class methodes kunnen gerefereerd met classe methodes
  121. E_Alleen class methodes togankelijk in classen
  122. E_Constante en CASE type komen niet overeen
  123. E_Het symbool kan niet uitgevoerd worden van een bibliotheek
  124. E_Een virtuele methode moet met OVERRIDE overroepen worden: $1
  125. E_Er is geen ouder methode die overroepen kan worden: $1
  126. E_No member is provided to access property
  127. E_Illegal symbol for property access
  128. E_Cannot write a protected field of an object
  129. E_all overloaded methods must be virtual if one is virtual: $1
  130. E_overloaded methods which are virtual must have the same return type: $1
  131. E_EXPORT declared functions can't be nested
  132. E_methods can't be EXPORTed
  133. E_call by var parameters have to match exactly
  134. E_Class isn't a super class of the current class
  135. E_SELF is only allowed in methods
  136. E_methods can be only in other methods called direct with type identifier of the class
  137. E_Illegal use of ':'
  138. E_range check error in set constructor or duplicate set element
  139. E_Pointer to class expected
  140. E_Expression must be constructor call
  141. E_Expression must be destructor call
  142. E_Type conflict between set elements
  143. W_The operator / isn't defined for integer, the result will be real, use DIV instead
  144. E_Illegal order of record elements
  145. E_Expression type must by class or record type
  146. E_Functions with void return value can't return any value
  147. E_constructors and destructors must be methods
  148. W_Automatic type conversion from floating type to COMP which is an integer type
  149. E_Operator is not overloaded
  150. E_Variable or type indentifier expected
  151. E_Re-raise isn't possible there
  152. E_The extended syntax of new or dispose isn't allowed for a class
  153. E_Assembler incompatible with function return value
  154. E_Procedure overloading is switched off
  155. E_It is not possible to overload this operator (overload = instead)
  156. E_Comparative operator must return a boolean value
  157. E_Only virtual methods can be abstract
  158. F_Use of unsupported feature!
  159. E_The mix of CLASSES and OBJECTS isn't allowed
  160. W_Unknown procedure directive had to be ignored: $1
  161. E_absolute can only be associated to ONE variable
  162. E_absolute can only be associated a var or const
  163. E_Abtract methods shouldn't have any definition (with function body)
  164. E_This overloaded function can't be local (must be exported)
  165. E_succ or pred on enums with assignments not possible
  166. W_Virtual methods are used without a constructor
  167. M_Macro defined: $1
  168. M_Macro undefined: $1
  169. M_Macro $1 set to $2
  170. I_Compiling $1
  171. D_Compiling $1 for the second time
  172. E_Array properties aren't allowed at this point
  173. E_No property found to override
  174. E_Only one default property is allowed, found inherited default property in class %1
  175. E_The default property must be an array property
  176. ;
  177. ; Symbol-table errors/warnings
  178. ;
  179. N_Local variable $1 doesn't seem to be initialized yet !
  180. E_Identifier not found $1
  181. F_Internal Error in SymTableStack()
  182. E_Duplicate identifier $1
  183. E_Unknown identifier $1
  184. E_Forward declaration not solved $1
  185. F_Identifier type already defined as type
  186. E_Type identifier expected
  187. E_Type mismatch
  188. E_Error in type defenition
  189. E_Type identifier not defined
  190. E_Only static variables can be used in static methods or outside methods
  191. E_Invalid call to tvarsym.mangledname()
  192. F_record or class type expected
  193. E_To generate an instance of a class or an object with an abtract method isn't allowed
  194. E_Label not defined $1
  195. E_Illegal label declaration
  196. E_GOTO und LABEL are not supported (use command line switch -Sg)
  197. E_Label not found
  198. E_identifier isn't a label
  199. E_label already defined
  200. E_illegal type declaration of set elements
  201. E_Forward class definition not resolved $1
  202. H_Identifier not used $1, declared in line $2
  203. E_Set elements are not compatible
  204. E_Set type expected
  205. W_Function result does not seem to be set
  206. E_Unknown field identifier
  207. N_Local variable does not seem to be initialized: $1
  208. E_identifier idents no member
  209. ;
  210. ; Codegenerator
  211. ;
  212. E_BREAK not allowed
  213. E_CONTINUE not allowed
  214. E_Expression too complicated - FPU stack overflow
  215. E_Illegal expression
  216. E_Invalid integer
  217. E_Illegal qualifier
  218. E_High range limit < low range limit
  219. E_Illegal counter variable
  220. E_Can't determine which overloaded function to call
  221. E_Parameter list size exceeds 65535 bytes
  222. E_Illegal type conversion
  223. E_File types must be var parameters
  224. E_The use of a far pointer isn't allowed there
  225. E_illegal call by reference parameters
  226. E_EXPORT declared functions can't be called
  227. W_Possible illegal call of constructor or destructor (doesn't match to this context)
  228. N_Inefficient code
  229. W_unreachable code
  230. E_procedure call with stackframe ESP/SP
  231. E_Abstract methods can't be called directly
  232. F_Internal Error in getfloatreg(), allocation failure
  233. F_Unknown float type
  234. F_SecondVecn() base defined twice
  235. F_Extended cg68k not supported
  236. F_32-bit unsigned not supported in MC68000 mode
  237. F_Internal Error in secondinline()
  238. D_Register $1 weight $2 $3
  239. E_Stack limit excedeed in local routine
  240. D_Stack frame is omited
  241. ;
  242. ; Assembler parsers
  243. ;
  244. F_Divide by zero in asm evaluator
  245. F_Evaluator stack overflow
  246. F_Evaluator stack underflow
  247. F_Invalid numeric format in asm evaluator
  248. F_Invalid Operator in asm evaluator
  249. F_Unknown error in asm evaluator
  250. W_Invalid numeric value
  251. E_escape sequence ignored: $1
  252. E_Asm syntax error - Prefix not found
  253. E_Asm syntax error - Trying to add more than one prefix
  254. E_Asm syntax error - Opcode not found
  255. E_Invalid symbol reference
  256. W_Calling an overload function in an asm
  257. E_Constant value out of bounds
  258. E_Non-label pattern contains @
  259. E_Invalid Operand: $1
  260. W_Override operator not supported
  261. E_Error in binary constant: $1
  262. E_Error in octal constant: $1
  263. E_Error in hexadecimal constant: $1
  264. E_Error in integer constant: $1
  265. E_Invalid labeled opcode
  266. F_Internal error in Findtype()
  267. E_Invalid size for MOVSX/MOVZX
  268. E_16-bit base in 32-bit segment
  269. E_16-bit index in 32-bit segment
  270. E_Invalid Opcode
  271. E_Constant reference not allowed
  272. W_Fwait can cause emulation problems with emu387
  273. E_Invalid combination of opcode and operands
  274. W_Opcode $1 not in table, operands not checked
  275. F_Internal Error in ConcatOpcode()
  276. E_Invalid size in reference
  277. E_Invalid middle sized operand
  278. E_Invalid three operand opcode
  279. E_Assembler syntax error
  280. E_Invalid operand type
  281. E_Segment overrides not supported
  282. E_Invalid constant symbol $1
  283. F_Internal Errror converting binary
  284. F_Internal Errror converting hexadecimal
  285. F_Internal Errror converting octal
  286. E_Invalid constant expression
  287. E_Unknown identifier: $1
  288. E_Trying to define an index register more than once
  289. E_Invalid field specifier
  290. F_Internal Error in BuildScaling()
  291. E_Invalid scaling factor
  292. E_Invalid scaling value
  293. E_Scaling value only allowed with index
  294. E_Invalid assembler syntax. No ref with brackets)
  295. E_Expressions of the form [sreg:reg...] are currently not supported
  296. E_Trying to define a segment register twice
  297. E_Trying to define a base register twice
  298. E_Trying to use a negative index register
  299. E_Asm syntax error - error in reference
  300. E_Local symbols not allowed as references
  301. E_Invalid operand in bracket expression
  302. E_Invalid symbol name: $1
  303. E_Invalid Reference syntax
  304. E_Invalid string as opcode operand: $1
  305. W_@CODE and @DATA not supported
  306. E_Null label references are not allowed
  307. E_Cannot use SELF outside a method
  308. E_Asm syntax error - Should start with bracket
  309. E_Asm syntax error - register: $1
  310. E_SEG and OFFSET not supported
  311. E_Asm syntax error - in opcode operand
  312. E_Invalid String expression
  313. E_Constant expression out of bounds
  314. F_Internal Error in BuildConstant()
  315. W_A repeat prefix and a segment override on <= i386 may result in errors if an interrupt occurs
  316. E_Invalid or missing opcode
  317. E_Invalid combination of prefix and opcode: $1
  318. E_Invalid combination of override and opcode: $1
  319. E_Too many operands on line
  320. E_Duplicate local symbol: $1
  321. E_Unknown label identifer: $1
  322. E_Assemble node syntax error
  323. E_Undefined local symbol: $1
  324. D_Starting intel styled assembler parsing...
  325. D_Finished intel styled assembler parsing...
  326. E_Not a directive or local symbol: $1
  327. E_/ at beginning of line not allowed
  328. E_NOR not supported
  329. E_Invalid floating point register name
  330. W_Modulo not supported
  331. E_Invalid floating point constant: $1
  332. E_Size suffix and destination register do not match
  333. E_Internal error in ConcatLabeledInstr()
  334. W_Floating point binary representation ignored
  335. W_Floating point hexadecimal representation ignored
  336. W_Floating point octal representation ignored
  337. E_Invalid real constant expression
  338. E_Parenthesis are not allowed
  339. E_Invalid Reference
  340. E_Cannot use __SELF outside a method
  341. E_Cannot use __OLDEBP outside a nested procedure
  342. W_Identifier $1 supposed external
  343. E_Invalid segment override expression
  344. E_Strings not allowed as constants
  345. D_Starting AT&T styled assembler parsing...
  346. D_Finished AT&T styled assembler parsing...
  347. E_Switching sections is not allowed in an assembler block
  348. E_Invalid global definition
  349. E_Line separator expected
  350. W_globl not supported
  351. W_align not supported
  352. W_lcomm not supported
  353. W_comm not supported
  354. E_Invalid local common definition
  355. E_Invalid global common definition
  356. E_local symbol: $1 not found inside asm statement
  357. E_assembler code not returned to text
  358. F_internal error in BuildReference()
  359. E_invalid opcode size
  360. W_NEAR ignored
  361. W_FAR ignored
  362. D_Creating inline asm lookup tables
  363. W_Using a defined name as a local label
  364. F_internal error in HandleExtend()
  365. E_Invalid character: <
  366. E_Invalid character: >
  367. E_Unsupported opcode
  368. E_Increment and Decrement mode not allowed together
  369. E_Invalid Register list in movem/fmovem
  370. E_Invalid Register list for opcode
  371. E_68020+ mode required to assemble
  372. D_Starting Motorola styled assembler parsing...
  373. D_Finished Motorola styled assembler parsing...
  374. W_XDEF not supported
  375. W_Functions with void return value can't return any value in asm code
  376. E_Invalid suffix for intel assembler
  377. E_Extended not supported in this mode
  378. E_Comp not supported in this mode
  379. W_You need GNU as version >= 2.81 to compile this MMX code
  380. ;
  381. ; Exec, calls to assembler, linker, binder, libraries
  382. ;
  383. I_Assembling (pipe) $1
  384. E_Can't create assember file $1
  385. W_Assembler $1 not found, switching to external assembling
  386. U_Using assembler: $1
  387. W_Error while assembling
  388. W_Can't call the assembler, switching to external assembling
  389. I_Assembling $1
  390. W_Linker $1 not found, switching to external linking
  391. U_Using linker: $1
  392. E_File $1 not found, Linking may fail !!
  393. W_Error while linking
  394. W_Can't call the linker, switching to external linking
  395. I_Linking $1
  396. W_binder not found, switching to external binding
  397. W_ar not found, switching to external ar
  398. E_Dynamic Libraries not supported
  399. I_Closing script $1
  400. ;
  401. ; Unit handling, PPU file
  402. ;
  403. U_PPU Loading $1
  404. D_PPU Time: $1
  405. D_PPU File too short
  406. D_PPU Invalid Header (no PPU at the begin)
  407. D_PPU Invalid Version $1
  408. D_PPU Flags: $1
  409. D_PPU Crc: $1
  410. T_PPU Source: $1
  411. D_objectfile and assemblerfile are older than ppufile
  412. D_objectfile is older than assemblerfile
  413. T_Unitsearch: $1
  414. U_Writing $1
  415. F_Can't Write PPU-File
  416. F_reading PPU-File
  417. F_Invalid PPU-File entry: $1
  418. F_PPU Dbx count problem
  419. E_Illegal unit name: $1
  420. F_Too much units
  421. F_Circular unit reference
  422. F_Can't compile unit $1, no sources available
  423. W_Compiling the system unit requires the -Us switch
  424. E_$1 Errors
  425. F_There were errors compiling module, compilation stopped
  426.